Revision: yaclml--dev--0.3--patch-26
Archive: bese-devel@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Sun Jan 25 17:16:58 CET 2004
Standard-date: 2004-01-25 16:16:58 GMT
Modified-files: src/tal/compile.lisp src/yaclml.lisp
New-patches: bese-devel@common-lisp.net/yaclml--dev--0.3--patch-26
Summary: Modify handling of forms useds as tag attribute values.
Keywords: 

Due to a thinko in the previous patch (<:a :href (foobar)) was
improperly treaded as: (<:A :href (concatenate 'string 'foobar)). We
now leave forms as they are but, if the value is (concatenate 'string
...) we elimintate the (concatenate 'string and simply emit-princ the
args of the concatenate call. In particular, tal's parse-attribute
now returns a (concatenate 'string ...) call.
